| Name | Description |
 | AllowResizing | Gets or sets whether users are allowed to resize rows and/or columns with the mouse. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | AlternatingRowStep | Gets or sets a value that determines the number of regular rows between 'alternating' rows. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | AnchorCursor | Gets or sets a value that determines whether extending selections with the mouse or keyboard should change the start (cursor) or the end of the current selection. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | AriaLabel | Gets or sets the aria label property of cells host. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | AutoClipboard | Gets or sets whether the grid should handle clipboard shortcuts. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | AutoRowHeights | Gets or sets a value that determines whether the grid should automatically resize the rows when the data or grid layout change. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | AutoScroll | Gets or sets a value that determines whether the grid should automatically scroll its contents while users drag rows or columns into new positions. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | AutoSearch | Gets or sets a value that determines whether the grid should search for cells as the users types into read-only cells. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | AutoSizeMode | Gets or sets which cells should be taken into account when auto-sizing a row or column. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | BigCheckboxes | Gets or sets a value that determines whether the checkboxes used to edit boolean columns should extend to cover the whole cell width. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | BottomLeftCellsTemplate | Gets the templates applied in bottom left cells. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | CaseSensitiveSearch | Gets or sets a value that determines whether searches performed while the user types should case-sensitive. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | CellsTemplate | Gets the templates for the content cells. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | CloneFrozenCells | Gets or sets a value that determines whether the FlexGrid should clone frozen cells and show them in a separate element to improve perceived performance while scrolling. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ColumnFootersRowHeaderText | Gets or sets the text for the group row header in the column footers panel. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ColumnFootersTemplate | Gets the templates applied in column footers cells. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ColumnHeadersTemplate | Gets the templates applied in the column header cells. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | CommitEmptyEdits | Gets or sets a value that indicates how the grid commit empty edits to cell values. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | Components | Gets the child components. (Inherited from C1.Web.Mvc.Component) |
 | CopyHeaders | Gets or sets copied header cells when copying the content to the clipboard. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | CssClass | Gets or sets the css class of the control. (Inherited from C1.Web.Mvc.Control) |
 | CssStyles | Gets the CSS style applied in the control. (Inherited from C1.Web.Mvc.Control) |
 | DefaultColumnSize | Gets or sets the default size of columns in the column collection. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | DefaultRowSize | Gets or sets the default size of rows in the row collection. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | DefaultTypeWidth | Gets the static object that defines the default width for auto-generated grid columns based on their types. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | DeferResizing | Gets or sets whether row and column resizing should be deferred until. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ErrorTip | Gets the error tooltip of FlexGrid. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ExpandSelectionOnCopyPaste | Gets or sets a value that determines whether the grid should automatically expand the selection to include cells in merged ranges when copying or pasting content to/from the clipboard. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | Extenders | Gets the extender collection. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | FrozenColumns | Gets or sets the number of frozen columns. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | FrozenRows | Gets or sets the number of frozen columns. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | GroupHeaderFormat | Gets or sets the format string used to create the group header content. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | GroupSummaryPosition | Gets or sets a value that determines the position of group summary row in the group. This property does not work if ChildItemsPath property is set. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | HeadersFocusability | Gets or sets a value that determines whether the row and column headers are focusable. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | HeadersVisibility | Gets or sets a value that determines whether the row and column headers are visible. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | HeaderTemplate | (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | Height | Gets or sets the height of the control. (Inherited from C1.Web.Mvc.Control) |
 | HtmlAttributes | Gets the HTML attributes. (Inherited from C1.Web.Mvc.Control) |
 | Id | Gets or sets the component id. (Inherited from C1.Web.Mvc.Component) |
 | ImeEnabled | Gets or sets a value that determines whether the grid should support Input Method Editors (IME) while not in edit mode. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | IsDisabled | Gets or sets a value that determines whether the control is disabled. (Inherited from C1.Web.Mvc.Control) |
 | IsReadOnly | Gets or sets whether the user can edit the grid cells by typing into them. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | IsTemplate | Gets or sets a boolean value which indicates whether transfer this control to template mode. (Inherited from C1.Web.Mvc.Control) |
 | ItemFormatter | Gets or sets a formatter function used to customize cells on this grid. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ItemsSource | Gets or sets ItemsSource settings. (Inherited from C1.Web.Mvc.ItemsBoundControl<T>) |
 | ItemsSourceId | Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control. (Inherited from C1.Web.Mvc.ItemsBoundControl<T>) |
 | ItemValidator | Gets or sets a validator function to determine whether cells contain valid data. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | KeyActionEnter | Gets or sets the action to perform when the ENTER key is pressed. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | KeyActionTab | Gets or sets the action to perform when the TAB key is pressed. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | LayoutDefinition | Gets or sets an array that defines the layout of the rows used to display each data item. |
 | LazyRender | Gets or sets whether the grid should skip rendering cells that were updated in the last render cycle. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientAutoSizedColumn | Occurs after the user auto-sizes a column by double-clicking the right edge of a column header cell. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientAutoSizedRow | Occurs after the user auto-sizes a row by double-clicking the bottom edge of a row header cell. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientAutoSizingColumn | Occurs before the user auto-sizes a column by double-clicking the right edge of a column header cell. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientAutoSizingRow | Occurs before the user auto-sizes a row by double-clicking the bottom edge of a row header cell. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientBeginningEdit | Occurs before a cell enters edit mode. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientCellEditEnded | Occurs when a cell edit has been committed or canceled. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientCellEditEnding | Occurs when a cell edit is ending. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientCopied | Occurs after the user has copied the selection content to the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property). (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientCopying | Occurs when the user is copying the selection content to the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property). (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientDeletedRow | Occurs after the user has deleted a row by pressing the Delete key. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientDeletingRow | Occurs when the user is deleting a selected row by pressing the Delete key (see the allowDelete property). (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientFormatItem | Occurs when an element representing a cell has been created. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientGotFocus | Occurs when the control gets the focus. (Inherited from C1.Web.Mvc.Control) |
 | OnClientGroupCollapsedChanged | Occurs after a group has been expanded or collapsed. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientGroupCollapsedChanging | Occurs when a group is about to be expanded or collapsed. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientItemsSourceChanged | Occurs after the grid has been bound to a new items source. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientItemsSourceChanging | Occurs after the grid has been bound to a new items source. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientLoadedRows | Occurs after the grid rows have been bound to the data source. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientLoadingRows | Occurs before the grid rows are bound to the data source. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientLostFocus | Occurs when the control loses the focus. (Inherited from C1.Web.Mvc.Control) |
 | OnClientPasted | Occurs after the user has pasted content from the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property). (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientPastedCell | Occurs after the user has pasted content from the clipboard into a cell. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientPasting | Occurs when the user is pasting content from the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property). (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientPastingCell | Occurs when the user is pasting content from the clipboard into a cell. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientPinnedColumn | Occurs as columns are pinned. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientPinningColumn | Occurs as columns are pinning. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientPrepareCellForEdit | Occurs when an editor cell is created and before it becomes active. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientRefreshed | Occurs after the control has refreshed its contents. (Inherited from C1.Web.Mvc.Control) |
 | OnClientRefreshing | Occurs when the control is about to refresh its contents. (Inherited from C1.Web.Mvc.Control) |
 | OnClientResizedColumn | Occurs when the user finishes resizing a column. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientResizedRow | Occurs when the user finishes resizing rows. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientResizingColumn | Occurs as columns are resized. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientResizingRow | Occurs as rows are resized. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientRowAdded | Occurs when the user creates a new item by editing the new row template (see the allowAddNew property). (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientRowEditEnded | Occurs when a row edit has been committed or canceled. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientRowEditEnding | Occurs when a row edit is ending, before the changes are committed or canceled. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientRowEditStarted | Occurs after a row enters edit mode. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientRowEditStarting | Occurs before a row enters edit mode. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientScrollPositionChanged | Occurs after the control has scrolled. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientSelectionChanged | Occurs after selection changes. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientSelectionChanging | Occurs before selection changes. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientSortedColumn | Occurs after the user applies a sort by clicking on a column header. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientSortingColumn | Occurs before the user applies a sort by clicking on a column header. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientUpdatedLayout | Occurs after the grid has updated its internal layout. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientUpdatedView | Occurs when the grid finishes creating/updating the elements that make up the current view. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientUpdatingLayout | Occurs before the grid updates its internal layout. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | OnClientUpdatingView | Occurs when the grid starts creating/updating the elements that make up the current view. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | PasteEmptyCells | Gets or sets a value that determines whether when pasting, paste all cells or only not empty cells. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | PinningType | Gets or sets how the grid pins the column headers by clicking the icons toggles the column's frozen state (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | PreserveOutlineState | Gets or sets a value that determines whether the grid should preserve the expanded/collapsed state of nodes when the data is refreshed. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | PreserveSelectedState | Gets or sets a value that determines whether the grid should preserve the selected state of rows when the data is refreshed. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | PreserveWhiteSpace | Gets or sets a value that determines whether the grid should keep whitespace in cells as they appear in the data or whether it should collapse the whitespace into a single space character (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | QuickAutoSize | Gets or sets a value that determines whether the grid should optimize performance over precision when auto-sizing columns. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | RefreshOnEdit | Gets or sets whether the grid should refresh all cells after a cell is edited. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | RowHeaderPath | Gets or sets the name of the property used to create row header cells. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | RowHeadersTemplate | Gets the templates applied in row header cells. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ScrollPosition | Gets or sets the position of the grid's scrollbars. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | Selection | Gets or sets the current selection. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | SelectionMode | Gets or sets the current selection mode. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | Selector | Gets or sets the selector to macth the dom element(s) which the control is attached to. (Inherited from C1.Web.Mvc.Control) |
 | ShowAlternatingRows | Gets or sets a value that determines whether the grid should add the 'wj-alt' class to cells in alternating rows. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ShowColumnFooters | Gets or sets a bool value which indicates whether to show a group row to display the aggregates in the column footers panel. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ShowDropDown | Gets or sets a value that indicates whether the grid adds drop-down buttons to the cells in columns that have the ShowDropDown property set to true. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ShowErrors | Gets or sets a value that determines whether the grid should add the 'wj-state-invalid' class to cells that contain validation errors, and tooltips with error descriptions. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ShowGroups | Gets or sets whether the grid should insert group rows to delimit data groups. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ShowMarquee | Gets or sets a value that indicates whether the grid should display a marquee element around the current selection. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ShowPlaceholders | Gets or sets a value that determines whether the grid should use the column headers as placeholders when editing cells. This property only works with the grid's built-in editor. This property is not useful in IE. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ShowSelectedHeaders | Gets or sets a value that indicates whether the grid should add class names to indicate selected header cells. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | ShowSort | Gets or sets whether the grid should display sort indicators in the column headers. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | SkipMerged | Gets or sets a value that determines whether when copying, skip cells that have been merged. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | SortRowIndex | Gets or sets the index of row in the column header panel that shows and changes the current sort. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | StickyHeaders | Gets or sets a value that determines whether column headers should remain when the user scrolls the window. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | TabOrder | Gets or sets a value of the tabindex attribute associated with the control. (Inherited from C1.Web.Mvc.Control) |
 | TemplateBindings | Gets the collection of the template bindings. (Inherited from C1.Web.Mvc.Control) |
 | TopLeftCellsTemplate | Gets the templates for the topleft cells. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | TreeIndent | Gets or sets the indent used to offset row groups of different levels. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | UniqueId | Gets a value which represents the unique id for the control. (Inherited from C1.Web.Mvc.Control) |
 | ValidateEdits | Gets or sets a value that determines whether the grid should remain in edit mode when the user tries to commit edits that fail validation. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | VirtualizationThresholds | Gets or sets the minimum number of rows and/or columns required to enable virtualization. (Inherited from C1.Web.Mvc.FlexGridBase<T>) |
 | Width | Gets or sets the width of the control. (Inherited from C1.Web.Mvc.Control) |